Package net.jcm.vsch.mixin.create
Class MixinControlledContraptionEntity
java.lang.Object
net.jcm.vsch.mixin.create.MixinControlledContraptionEntity
- All Implemented Interfaces:
ControlledContraptionEntityAccessor
public class MixinControlledContraptionEntity
extends Object
implements ControlledContraptionEntityAccessor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.BlockPosvoidstarlance$setControllerPos(net.minecraft.core.BlockPos pos)
-
Field Details
-
controllerPos
protected net.minecraft.core.BlockPos controllerPos
-
-
Constructor Details
-
MixinControlledContraptionEntity
public MixinControlledContraptionEntity()
-
-
Method Details
-
starlance$getControllerPos
public net.minecraft.core.BlockPos starlance$getControllerPos()- Specified by:
starlance$getControllerPosin interfaceControlledContraptionEntityAccessor
-
starlance$setControllerPos
public void starlance$setControllerPos(net.minecraft.core.BlockPos pos) - Specified by:
starlance$setControllerPosin interfaceControlledContraptionEntityAccessor
-