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()
Methods in net.minecraft.world.entity.projectile with parameters of type ClipContext.BlockModifier and TypeMethodDescriptionprivate static HitResult
ProjectileUtil.getHitResult
(Vec3 pPos, Entity pProjectile, Predicate<Entity> pFilter, Vec3 pDeltaMovement, Level pLevel, float pMargin, ClipContext.Block pClipContext) static HitResult
ProjectileUtil.getHitResultOnMoveVector
(Entity pProjectile, Predicate<Entity> pFilter, ClipContext.Block pClipContext) -
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 pFrom, Vec3 pTo, ClipContext.Block pBlock, ClipContext.Fluid pFluid, Entity pEntity) ClipContext
(Vec3 pFrom, Vec3 pTo, ClipContext.Block pBlock, ClipContext.Fluid pFluid, CollisionContext pCollisionContext)