Package de.mrjulsen.crn.fabric
Class CRNPlatformSpecificImpl
java.lang.Object
de.mrjulsen.crn.fabric.CRNPlatformSpecificImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.level.block.entity.BlockEntitygetClientContraptionBlockEntity(com.simibubi.create.content.contraptions.Contraption contraption, net.minecraft.core.BlockPos localPos) static PathgetLastKnownPlayerName(UUID uuid) static net.minecraft.server.MinecraftServerstatic com.simibubi.create.content.trains.station.GlobalStationgetStationFromBlockEntity(net.minecraft.world.level.block.entity.BlockEntity be) static void
-
Constructor Details
-
CRNPlatformSpecificImpl
public CRNPlatformSpecificImpl()
-
-
Method Details
-
getConfigDirectory
-
getServer
public static net.minecraft.server.MinecraftServer getServer() -
registerConfig
public static void registerConfig() -
getStationFromBlockEntity
public static com.simibubi.create.content.trains.station.GlobalStation getStationFromBlockEntity(net.minecraft.world.level.block.entity.BlockEntity be) -
getLastKnownPlayerName
-
getAllKnownPlayers
-
getClientContraptionBlockEntity
public static net.minecraft.world.level.block.entity.BlockEntity getClientContraptionBlockEntity(com.simibubi.create.content.contraptions.Contraption contraption, net.minecraft.core.BlockPos localPos)
-