Uses of Class
net.minecraft.world.RayTraceResult
Packages that use RayTraceResult
Package
Description
-
Uses of RayTraceResult in net.minecraft
Fields in net.minecraft with type parameters of type RayTraceResultMethods in net.minecraft that return types with arguments of type RayTraceResultModifier and TypeMethodDescriptionclass_4220.class_4222.create(class_4488 class_4488) static Predicate<RayTraceResult>class_4220.method_19109(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) Methods in net.minecraft with parameters of type RayTraceResultModifier and TypeMethodDescriptionbooleanclass_4213.test(RayTraceResult rayTraceResult) booleanclass_4220.class_4221.test(RayTraceResult rayTraceResult) booleanclass_4220.class_4223.test(RayTraceResult rayTraceResult) Method parameters in net.minecraft with type arguments of type RayTraceResultModifier and TypeMethodDescriptionprivate static intclass_4410.method_20586(class_3915 class_3915, BlockPos blockPos, BlockPos blockPos2, BlockPos blockPos3, Predicate<RayTraceResult> predicate, class_4410.class_4411 class_4411) -
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_16939(RenderBlockView renderBlockView, boolean bool) private Predicate<RayTraceResult>[][][]BlockPatternBuilder.method_16941()Method parameters in net.minecraft.block.pattern with type arguments of type RayTraceResultModifier and TypeMethodDescriptionBlockPatternBuilder.method_16940(char char2, Predicate<RayTraceResult> predicate) private BlockPattern.ResultBlockPattern.method_9046(BlockPos pos, Direction direction, Direction direction2, LoadingCache<BlockPos, RayTraceResult> cache) 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.item
Fields in net.minecraft.item declared as RayTraceResultModifier and TypeFieldDescriptionprivate RayTraceResultItemStack.field_17202private RayTraceResultItemStack.field_17203Methods in net.minecraft.item with parameters of type RayTraceResultModifier and TypeMethodDescriptionprivate static booleanItemStack.method_16098(RayTraceResult rayTraceResult, RayTraceResult rayTraceResult2) booleanItemStack.method_16103(class_4488 class_4488, RayTraceResult rayTraceResult) booleanItemStack.method_16106(class_4488 class_4488, RayTraceResult rayTraceResult) -
Uses of RayTraceResult in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type RayTraceResultModifier and TypeMethodDescriptionprivate static intFillCommand.method_20777(class_3915 class_3915, BlockBox blockBox, class_4213 class_4213, FillCommand.class_4423 class_4423, Predicate<RayTraceResult> predicate) private static intSetBlockCommand.method_20993(class_3915 class_3915, BlockPos blockPos, class_4213 class_4213, SetBlockCommand.class_4428 class_4428, Predicate<RayTraceResult> predicate) -
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.method_16935(Predicate<BlockState> predicate)