Class RocketStationActor
java.lang.Object
com.lightning.northstar.block.tech.rocket_station.RocketStationActor
- All Implemented Interfaces:
ActorConfigPacket.ITakeConfig
@ParametersAreNonnullByDefault
public class RocketStationActor
extends Object
implements ActorConfigPacket.ITakeConfig
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRocketStationActor(com.simibubi.create.content.contraptions.behaviour.MovementContext context) -
Method Summary
Modifier and TypeMethodDescriptionstatic RocketStationActorget(com.simibubi.create.content.contraptions.behaviour.MovementContext context) voidhandleServerConfig(com.simibubi.create.content.contraptions.behaviour.MovementContext context, net.minecraft.nbt.CompoundTag nbt)
-
Field Details
-
container
public final net.minecraft.world.SimpleContainer container
-
-
Constructor Details
-
RocketStationActor
public RocketStationActor(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
-
-
Method Details
-
handleServerConfig
public void handleServerConfig(com.simibubi.create.content.contraptions.behaviour.MovementContext context, net.minecraft.nbt.CompoundTag nbt) - Specified by:
handleServerConfigin interfaceActorConfigPacket.ITakeConfig
-
get
public static RocketStationActor get(com.simibubi.create.content.contraptions.behaviour.MovementContext context)
-