Package net.minecraft.world.level.block
Interface CaveVines
- All Known Implementing Classes:
CaveVinesBlock
,CaveVinesPlantBlock
public interface CaveVines
-
Field Summary
Fields -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ToIntFunction
<BlockState> emission
(int pBerries) static boolean
hasGlowBerries
(BlockState pState) static InteractionResult
use
(Entity pEntity, BlockState pState, Level pLevel, BlockPos pPos)
-
Field Details
-
SHAPE
-
BERRIES
-
-
Method Details
-
use
static InteractionResult use(@Nullable Entity pEntity, BlockState pState, Level pLevel, BlockPos pPos) -
hasGlowBerries
-
emission
-