Uses of Enum Class
net.minecraft.world.level.ClipContext.Block
Packages that use ClipContext.Block
-
Uses of ClipContext.Block in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile that return ClipContext.BlockModifier and TypeMethodDescriptionprotected ClipContext.Block
AbstractHurtingProjectile.getClipType()
protected ClipContext.Block
WindCharge.getClipType()
Methods in net.minecraft.world.entity.projectile with parameters of type ClipContext.BlockModifier and TypeMethodDescriptionprivate static HitResult
ProjectileUtil.getHitResult
(Vec3 p_278237_, Entity p_278320_, Predicate<Entity> p_278257_, Vec3 p_278342_, Level p_278321_, float p_305813_, ClipContext.Block p_312920_) static HitResult
ProjectileUtil.getHitResultOnMoveVector
(Entity p_312047_, Predicate<Entity> p_312251_, ClipContext.Block p_311921_) -
Uses of ClipContext.Block in net.minecraft.world.level
Fields in net.minecraft.world.level declared as ClipContext.BlockMethods in net.minecraft.world.level that return ClipContext.BlockModifier and TypeMethodDescriptionstatic ClipContext.Block
Returns the enum constant of this class with the specified name.static ClipContext.Block[]
ClipContext.Block.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.level with parameters of type ClipContext.BlockModifierConstructorDescriptionClipContext
(Vec3 p_45688_, Vec3 p_45689_, ClipContext.Block p_45690_, ClipContext.Fluid p_45691_, Entity p_45692_) ClipContext
(Vec3 p_311916_, Vec3 p_312802_, ClipContext.Block p_312540_, ClipContext.Fluid p_312487_, CollisionContext p_311823_)