Uses of Interface
net.minecraft.world.entity.InsideBlockEffectApplier
Packages that use InsideBlockEffectApplier
Package
Description
-
Uses of InsideBlockEffectApplier in net.minecraft.world.entity
Classes in net.minecraft.world.entity that implement InsideBlockEffectApplierFields in net.minecraft.world.entity declared as InsideBlockEffectApplierModifier and TypeFieldDescriptionstatic final InsideBlockEffectApplier
InsideBlockEffectApplier.NOOP
-
Uses of InsideBlockEffectApplier in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type InsideBlockEffectApplierModifier and TypeMethodDescriptionprotected void
BaseFireBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_404795_) protected void
BasePressurePlateBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405011_) protected void
BigDripleafBlock.entityInside
(BlockState p_152266_, Level p_152267_, BlockPos p_152268_, Entity p_152269_, InsideBlockEffectApplier p_405262_) protected void
BubbleColumnBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_404857_) protected void
ButtonBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405475_) protected void
CactusBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405001_) protected void
CampfireBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405507_) protected void
CropBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405324_) protected void
DetectorRailBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405668_) protected void
EndGatewayBlock.entityInside
(BlockState p_350647_, Level p_350785_, BlockPos p_350610_, Entity p_350849_, InsideBlockEffectApplier p_405476_) protected void
EndPortalBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405056_) protected void
EyeblossomBlock.entityInside
(BlockState p_382817_, Level p_383060_, BlockPos p_383146_, Entity p_383054_, InsideBlockEffectApplier p_405247_) protected void
FrogspawnBlock.entityInside
(BlockState p_221204_, Level p_221205_, BlockPos p_221206_, Entity p_221207_, InsideBlockEffectApplier p_405189_) protected void
HoneyBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_404924_) protected void
HopperBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405580_) protected void
LavaCauldronBlock.entityInside
(BlockState p_153506_, Level p_153507_, BlockPos p_153508_, Entity p_153509_, InsideBlockEffectApplier p_404841_) protected void
LayeredCauldronBlock.entityInside
(BlockState p_153534_, Level p_153535_, BlockPos p_153536_, Entity p_153537_, InsideBlockEffectApplier p_405060_) protected void
NetherPortalBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405383_) void
PitcherCropBlock.entityInside
(BlockState p_279266_, Level p_279469_, BlockPos p_279119_, Entity p_279372_, InsideBlockEffectApplier p_404719_) protected void
PowderSnowBlock.entityInside
(BlockState p_154263_, Level p_154264_, BlockPos p_154265_, Entity p_154266_, InsideBlockEffectApplier p_405853_) protected void
SweetBerryBushBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405414_) protected void
TripWireBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405466_) protected void
WaterlilyBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405495_) protected void
WebBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405438_) protected void
WitherRoseBlock.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier p_405727_) -
Uses of InsideBlockEffectApplier in net.minecraft.world.level.block.state
Methods in net.minecraft.world.level.block.state with parameters of type InsideBlockEffectApplierModifier and TypeMethodDescriptionvoid
BlockBehaviour.BlockStateBase.entityInside
(Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier pEffectApplier) protected void
BlockBehaviour.entityInside
(BlockState pState, Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier pEffectApplier) -
Uses of InsideBlockEffectApplier in net.minecraft.world.level.material
Methods in net.minecraft.world.level.material with parameters of type InsideBlockEffectApplierModifier and TypeMethodDescriptionprotected void
Fluid.entityInside
(Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier pEffectApplier) void
FluidState.entityInside
(Level pLevel, BlockPos pPos, Entity pEntity, InsideBlockEffectApplier pEffectApplier) protected void
LavaFluid.entityInside
(Level p_405274_, BlockPos p_404936_, Entity p_405835_, InsideBlockEffectApplier p_404807_) protected void
WaterFluid.entityInside
(Level p_404956_, BlockPos p_405311_, Entity p_405780_, InsideBlockEffectApplier p_405240_)