Package net.minecraft.core
Class BlockSourceImpl
java.lang.Object
net.minecraft.core.BlockSourceImpl
- All Implemented Interfaces:
BlockSource
,Position
-
Field Details
-
level
-
pos
-
-
Constructor Details
-
BlockSourceImpl
-
-
Method Details
-
getLevel
- Specified by:
getLevel
in interfaceBlockSource
-
x
public double x()- Specified by:
x
in interfaceBlockSource
- Specified by:
x
in interfacePosition
-
y
public double y()- Specified by:
y
in interfaceBlockSource
- Specified by:
y
in interfacePosition
-
z
public double z()- Specified by:
z
in interfaceBlockSource
- Specified by:
z
in interfacePosition
-
getPos
- Specified by:
getPos
in interfaceBlockSource
-
getBlockState
- Specified by:
getBlockState
in interfaceBlockSource
-
getEntity
- Specified by:
getEntity
in interfaceBlockSource
-