Class ContraptionHandler
java.lang.Object
com.simibubi.create.content.contraptions.components.structureMovement.ContraptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddSpawnedContraptionsToCollisionList(net.minecraft.world.entity.Entity entity, net.minecraft.world.level.Level world) static voidentitiesWhoJustDismountedGetSentToTheRightLocation(net.minecraft.world.entity.LivingEntity entityLiving, net.minecraft.world.level.Level world) static voidtick(net.minecraft.world.level.Level world)
-
Field Details
-
loadedContraptions
public static WorldAttached<Map<Integer,WeakReference<AbstractContraptionEntity>>> loadedContraptions
-
-
Constructor Details
-
ContraptionHandler
public ContraptionHandler()
-
-
Method Details
-
tick
public static void tick(net.minecraft.world.level.Level world) -
addSpawnedContraptionsToCollisionList
public static void addSpawnedContraptionsToCollisionList(net.minecraft.world.entity.Entity entity, net.minecraft.world.level.Level world) -
entitiesWhoJustDismountedGetSentToTheRightLocation
public static void entitiesWhoJustDismountedGetSentToTheRightLocation(net.minecraft.world.entity.LivingEntity entityLiving, net.minecraft.world.level.Level world)
-