Uses of Class
net.minecraft.world.RayTraceResult
Packages that use RayTraceResult
-
Uses of RayTraceResult in net.minecraft.block
Fields in net.minecraft.block with type parameters of type RayTraceResultModifier and TypeFieldDescriptionprivate static final Predicate<RayTraceResult>SkeletonSkullBlock.field_9663 -
Uses of RayTraceResult in net.minecraft.block.pattern
Fields in net.minecraft.block.pattern with type parameters of type RayTraceResultModifier and TypeFieldDescriptionprivate final LoadingCache<BlockPos,RayTraceResult> BlockPattern.Result.cacheprivate final Map<Character,Predicate<RayTraceResult>> BlockPatternBuilder.charMapMethods in net.minecraft.block.pattern that return RayTraceResultMethods in net.minecraft.block.pattern that return types with arguments of type RayTraceResultModifier and TypeMethodDescriptionstatic LoadingCache<BlockPos,RayTraceResult> BlockPattern.method_9044(World world, boolean bool) private Predicate<RayTraceResult>[][][]BlockPatternBuilder.method_9060()Method parameters in net.minecraft.block.pattern with type arguments of type RayTraceResultModifier and TypeMethodDescriptionprivate BlockPattern.ResultBlockPattern.method_9046(BlockPos pos, Direction direction, Direction direction2, LoadingCache<BlockPos, RayTraceResult> cache) BlockPatternBuilder.method_9057(char char2, Predicate<RayTraceResult> predicate) Constructor parameters in net.minecraft.block.pattern with type arguments of type RayTraceResultModifierConstructorDescriptionResult(BlockPos frontTopLeft, Direction forward, Direction up, LoadingCache<BlockPos, RayTraceResult> cache, int width, int height, int depth) -
Uses of RayTraceResult in net.minecraft.world
Methods in net.minecraft.world that return types with arguments of type RayTraceResultModifier and TypeMethodDescriptionstatic Predicate<RayTraceResult>RayTraceResult.filterByState(Predicate<BlockState> stateFilter)