Package | Description |
---|---|
net.minecraft.util.math |
Modifier and Type | Method and Description |
---|---|
abstract RayTraceResult.Type |
RayTraceResult.getType() |
RayTraceResult.Type |
EntityRayTraceResult.getType() |
RayTraceResult.Type |
BlockRayTraceResult.getType() |
static RayTraceResult.Type |
RayTraceResult.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RayTraceResult.Type[] |
RayTraceResult.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|