@Deprecated public class EntityTrackingRegistry extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EntityTrackingRegistry.Entry
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static EntityTrackingRegistry |
INSTANCE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EntityTrackingRegistry.Entry |
get(net.minecraft.entity.EntityType type)
Deprecated.
|
void |
register(net.minecraft.entity.EntityType type,
int trackingDistance,
int updateIntervalTicks)
Deprecated.
|
void |
register(net.minecraft.entity.EntityType type,
int trackingDistance,
int updateIntervalTicks,
boolean alwaysUpdateVelocity)
Deprecated.
|
@Deprecated public static final EntityTrackingRegistry INSTANCE
@Deprecated public EntityTrackingRegistry.Entry get(net.minecraft.entity.EntityType type)
@Deprecated public void register(net.minecraft.entity.EntityType type, int trackingDistance, int updateIntervalTicks)
@Deprecated public void register(net.minecraft.entity.EntityType type, int trackingDistance, int updateIntervalTicks, boolean alwaysUpdateVelocity)