public class ContraptionHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static WorldAttached<java.util.Map<java.lang.Integer,java.lang.ref.WeakReference<AbstractContraptionEntity>>> |
loadedContraptions |
| Constructor and Description |
|---|
ContraptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addSpawnedContraptionsToCollisionList(net.minecraft.entity.Entity entity,
net.minecraft.world.World world) |
static void |
entitiesWhoJustDismountedGetSentToTheRightLocation(net.minecraft.entity.LivingEntity entityLiving,
net.minecraft.world.World world) |
static void |
tick(net.minecraft.world.World world) |
public static WorldAttached<java.util.Map<java.lang.Integer,java.lang.ref.WeakReference<AbstractContraptionEntity>>> loadedContraptions
public static void tick(net.minecraft.world.World world)
public static void addSpawnedContraptionsToCollisionList(net.minecraft.entity.Entity entity,
net.minecraft.world.World world)
public static void entitiesWhoJustDismountedGetSentToTheRightLocation(net.minecraft.entity.LivingEntity entityLiving,
net.minecraft.world.World world)