Interface ColossalCogwheelBlock.Position
- All Superinterfaces:
net.minecraft.util.StringRepresentable
- All Known Implementing Classes:
ColossalCogwheelBlock.Position.Clock,ColossalCogwheelBlock.Position.Type
- Enclosing class:
ColossalCogwheelBlock
public static interface ColossalCogwheelBlock.Position
extends net.minecraft.util.StringRepresentable
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enumNested classes/interfaces inherited from interface net.minecraft.util.StringRepresentable
net.minecraft.util.StringRepresentable.EnumCodec<E extends Enum<E> & net.minecraft.util.StringRepresentable>, net.minecraft.util.StringRepresentable.StringRepresentableCodec<S extends net.minecraft.util.StringRepresentable> -
Field Summary
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic net.minecraft.core.BlockPosgetRelativeControllerPosition(net.minecraft.core.Direction.Axis axis) The BlockPos describing (position of (twelve, middle)) - (center of Cogwheel).Methods inherited from interface net.minecraft.util.StringRepresentable
getSerializedName
-
Method Details
-
getRelativeControllerPosition
static net.minecraft.core.BlockPos getRelativeControllerPosition(net.minecraft.core.Direction.Axis axis) The BlockPos describing (position of (twelve, middle)) - (center of Cogwheel).- Parameters:
axis- Orientation of the Cogwheel
-