Package | Description |
---|---|
net.minecraft.entity.item |
Modifier and Type | Field and Description |
---|---|
private static IMinecartCollisionHandler |
EntityMinecart.collisionHandler |
Modifier and Type | Method and Description |
---|---|
static IMinecartCollisionHandler |
EntityMinecart.getCollisionHandler()
Gets the current global Minecart Collision handler if none
is registered, returns null
|
Modifier and Type | Method and Description |
---|---|
static void |
EntityMinecart.setCollisionHandler(IMinecartCollisionHandler handler)
Sets the global Minecart Collision handler, overwrites any
that is currently set.
|