Package net.minecraft.entity
Class EntityLocations
java.lang.Object
net.minecraft.entity.EntityLocations
public class EntityLocations extends Object
- Mappings:
Namespace Name official pvintermediary net/minecraft/class_1757named net/minecraft/entity/EntityLocations
-
Field Summary
Fields Modifier and Type Field Description private static HashMap<Class,MobEntity.Location>LOCATION_MAP -
Constructor Summary
Constructors Constructor Description EntityLocations() -
Method Summary
Modifier and Type Method Description static MobEntity.LocationgetLocation(Class entityClass)
-
Field Details
-
LOCATION_MAP
- Mappings:
Namespace Name Mixin selector official aLpv;a:Ljava/util/HashMap;intermediary field_7524Lnet/minecraft/class_1757;field_7524:Ljava/util/HashMap;named LOCATION_MAPLnet/minecraft/entity/EntityLocations;LOCATION_MAP:Ljava/util/HashMap;
-
-
Constructor Details
-
EntityLocations
public EntityLocations()
-
-
Method Details
-
getLocation
- Mappings:
Namespace Name Mixin selector official aLpv;a(Ljava/lang/Class;)Lps$a;intermediary method_7236Lnet/minecraft/class_1757;method_7236(Ljava/lang/Class;)Lnet/minecraft/class_1753$class_1754;named getLocationLnet/minecraft/entity/EntityLocations;getLocation(Ljava/lang/Class;)Lnet/minecraft/entity/mob/MobEntity$Location;
-