Class BlockRayTraceResultComponent
java.lang.Object
net.minecraft.world.phys.HitResult
net.minecraft.world.phys.BlockHitResult
org.cyclops.integrateddynamics.core.block.BlockRayTraceResultComponent
public class BlockRayTraceResultComponent
extends net.minecraft.world.phys.BlockHitResult
A
BlockHitResult
that specifies the selected VoxelShapeComponents.IComponent
.-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.phys.HitResult
net.minecraft.world.phys.HitResult.Type
-
Field Summary
Fields inherited from class net.minecraft.world.phys.HitResult
location
-
Constructor Summary
ConstructorDescriptionBlockRayTraceResultComponent
(net.minecraft.world.phys.BlockHitResult blockRayTraceResult, VoxelShapeComponents.IComponent component) -
Method Summary
Methods inherited from class net.minecraft.world.phys.BlockHitResult
getBlockPos, getDirection, getType, isInside, miss, withDirection, withPosition
Methods inherited from class net.minecraft.world.phys.HitResult
distanceTo, getLocation
-
Constructor Details
-
BlockRayTraceResultComponent
public BlockRayTraceResultComponent(net.minecraft.world.phys.BlockHitResult blockRayTraceResult, VoxelShapeComponents.IComponent component)
-
-
Method Details
-
getComponent
-