Interface PDLBlockListenerBlockEntity
public interface PDLBlockListenerBlockEntity
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidonPlace()default voidonRemove()default net.minecraft.world.level.block.entity.BlockEntityself()default net.minecraft.world.InteractionResultuse(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)
-
Method Details
-
self
default net.minecraft.world.level.block.entity.BlockEntity self() -
onRemove
default void onRemove() -
onPlace
default void onPlace() -
onNeighborChanged
default void onNeighborChanged() -
use
default net.minecraft.world.InteractionResult use(net.minecraft.world.entity.player.Player player, net.minecraft.world.item.ItemStack itemStack, @Nullable net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hitResult)
-