Uses of Class
net.minecraft.world.level.block.ButtonBlock
Packages that use ButtonBlock
-
Uses of ButtonBlock in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block with type parameters of type ButtonBlockModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<ButtonBlock> ButtonBlock.CODEC
Methods in net.minecraft.world.level.block that return types with arguments of type ButtonBlockModifier and TypeMethodDescriptioncom.mojang.serialization.MapCodec
<ButtonBlock> ButtonBlock.codec()
-
Uses of ButtonBlock in net.neoforged.neoforge.client.model.generators
Methods in net.neoforged.neoforge.client.model.generators with parameters of type ButtonBlockModifier and TypeMethodDescriptionvoid
BlockStateProvider.buttonBlock
(ButtonBlock block, ResourceLocation texture) void
BlockStateProvider.buttonBlock
(ButtonBlock block, ModelFile button, ModelFile buttonPressed)