Uses of Enum Class
net.minecraft.util.hit.BlockHitResult.Type
Packages that use BlockHitResult.Type
-
Uses of BlockHitResult.Type in net.minecraft.util.hit
Fields in net.minecraft.util.hit declared as BlockHitResult.TypeMethods in net.minecraft.util.hit that return BlockHitResult.TypeModifier and TypeMethodDescriptionstatic BlockHitResult.TypeReturns the enum constant of this class with the specified name.static BlockHitResult.Type[]BlockHitResult.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.util.hit with parameters of type BlockHitResult.TypeModifierConstructorDescriptionBlockHitResult(BlockHitResult.Type hitType, Vec3d vec, Direction direction, BlockPos pos)