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 p_49260_, Level p_49261_, BlockPos p_49262_, Entity p_49263_, InsideBlockEffectApplier p_404795_) protected void
BasePressurePlateBlock.entityInside
(BlockState p_49314_, Level p_49315_, BlockPos p_49316_, Entity p_49317_, 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 p_50976_, Level p_50977_, BlockPos p_50978_, Entity p_50979_, InsideBlockEffectApplier p_404857_) protected void
ButtonBlock.entityInside
(BlockState p_51083_, Level p_51084_, BlockPos p_51085_, Entity p_51086_, InsideBlockEffectApplier p_405475_) protected void
CactusBlock.entityInside
(BlockState p_51148_, Level p_51149_, BlockPos p_51150_, Entity p_51151_, InsideBlockEffectApplier p_405001_) protected void
CampfireBlock.entityInside
(BlockState p_51269_, Level p_51270_, BlockPos p_51271_, Entity p_51272_, InsideBlockEffectApplier p_405507_) protected void
CropBlock.entityInside
(BlockState p_52277_, Level p_52278_, BlockPos p_52279_, Entity p_52280_, InsideBlockEffectApplier p_405324_) protected void
DetectorRailBlock.entityInside
(BlockState p_52458_, Level p_52459_, BlockPos p_52460_, Entity p_52461_, 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 p_53025_, Level p_53026_, BlockPos p_53027_, Entity p_53028_, 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 p_54003_, Level p_54004_, BlockPos p_54005_, Entity p_54006_, InsideBlockEffectApplier p_404924_) protected void
HopperBlock.entityInside
(BlockState p_54066_, Level p_54067_, BlockPos p_54068_, Entity p_54069_, 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 p_54915_, Level p_54916_, BlockPos p_54917_, Entity p_54918_, 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 p_57270_, Level p_57271_, BlockPos p_57272_, Entity p_57273_, InsideBlockEffectApplier p_405414_) protected void
TripWireBlock.entityInside
(BlockState p_57625_, Level p_57626_, BlockPos p_57627_, Entity p_57628_, InsideBlockEffectApplier p_405466_) protected void
WaterlilyBlock.entityInside
(BlockState p_58164_, Level p_58165_, BlockPos p_58166_, Entity p_58167_, InsideBlockEffectApplier p_405495_) protected void
WebBlock.entityInside
(BlockState p_58180_, Level p_58181_, BlockPos p_58182_, Entity p_58183_, InsideBlockEffectApplier p_405438_) protected void
WitherRoseBlock.entityInside
(BlockState p_58238_, Level p_58239_, BlockPos p_58240_, Entity p_58241_, 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 p_60683_, BlockPos p_60684_, Entity p_60685_, InsideBlockEffectApplier p_404722_) protected void
BlockBehaviour.entityInside
(BlockState p_60495_, Level p_60496_, BlockPos p_60497_, Entity p_60498_, InsideBlockEffectApplier p_405359_) -
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 p_405852_, BlockPos p_405588_, Entity p_405079_, InsideBlockEffectApplier p_404803_) void
FluidState.entityInside
(Level p_404939_, BlockPos p_405826_, Entity p_405864_, InsideBlockEffectApplier p_405044_) 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_)