Interface BlockIngredient<T extends BlockIngredient<T>>
- All Known Implementing Classes:
BlockIngredient.BlockTagIngredient,BlockIngredient.ImpossibleBlockIngredient,BlockIngredient.IntersectionBlockIngredient,BlockIngredient.SetBlockIngredient,BlockIngredient.UnionBlockIngredient
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBlockIngredient.BlockIngredientType<T extends BlockIngredient<T>>Deprecated.static classDeprecated.static classDeprecated.static classDeprecated.static classDeprecated.static classBlockIngredient.SetBlockIngredient<T extends BlockIngredient<T>>Deprecated.static classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlockIngredient.ImpossibleBlockIngredientDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> Deprecated.getType()Deprecated.booleanisValid(net.minecraft.world.level.block.state.BlockState state) Deprecated.static BlockIngredient<?> read(net.minecraft.network.FriendlyByteBuf buffer) Deprecated.static voidDeprecated.static voidwrite(BlockIngredient<?> ingredient, net.minecraft.network.FriendlyByteBuf buffer) Deprecated.voidwrite(net.minecraft.network.FriendlyByteBuf buffer) Deprecated.
-
Field Details
-
IMPOSSIBLE
Deprecated.
-
-
Method Details
-
getType
BlockIngredient.BlockIngredientType<T> getType()Deprecated. -
isValid
boolean isValid(net.minecraft.world.level.block.state.BlockState state) Deprecated. -
getDisplayedItemStacks
net.minecraft.core.NonNullList<net.minecraft.world.item.ItemStack> getDisplayedItemStacks()Deprecated.- Returns:
- An empty List if there is not a reasonably low number of possible Item Stacks
-
write
void write(net.minecraft.network.FriendlyByteBuf buffer) Deprecated. -
registerType
Deprecated. -
write
Deprecated. -
read
Deprecated.
-