类 RecipeChoice.ExactChoice
java.lang.Object
org.bukkit.inventory.RecipeChoice.ExactChoice
- 所有已实现的接口:
Cloneable
,Predicate<ItemStack>
,RecipeChoice
- 封闭接口:
- RecipeChoice
Represents a choice that will be valid only if one of the stacks is
exactly matched (aside from stack size).
Only valid for shaped recipes
Only valid for shaped recipes
-
嵌套类概要
从接口继承的嵌套类/接口 org.bukkit.inventory.RecipeChoice
RecipeChoice.ExactChoice, RecipeChoice.MaterialChoice
-
构造器概要
构造器说明ExactChoice
(@NotNull List<ItemStack> choices) ExactChoice
(@NotNull ItemStack stack) ExactChoice
(@NotNull ItemStack... stacks) -
方法概要
-
构造器详细资料
-
ExactChoice
-
ExactChoice
-
ExactChoice
-
-
方法详细资料
-
getItemStack
从接口复制的说明:RecipeChoice
Gets a single item stack representative of this stack choice.- 指定者:
getItemStack
在接口中RecipeChoice
- 返回:
- a single representative item
-
getChoices
-
clone
- 指定者:
clone
在接口中RecipeChoice
- 覆盖:
clone
在类中Object
-
test
- 指定者:
test
在接口中Predicate<ItemStack>
- 指定者:
test
在接口中RecipeChoice
-
hashCode
public int hashCode() -
equals
-
toString
-