Class EntityTypeMixin
java.lang.Object
dev.latvian.mods.kubejs.core.mixin.EntityTypeMixin
- All Implemented Interfaces:
EntityTypeKJS,RegistryObjectKJS<net.minecraft.world.entity.EntityType<?>>,dev.latvian.mods.rhino.util.SpecialEquality
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.core.Holder<net.minecraft.world.entity.EntityType<?>> net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.latvian.mods.kubejs.core.EntityTypeKJS
kjs$getRegistry, kjs$getRegistryIdMethods inherited from interface dev.latvian.mods.kubejs.core.RegistryObjectKJS
kjs$getIdLocation, kjs$getMod, kjs$getTagKeys, kjs$getTags, kjs$hasTag, specialEquals
-
Constructor Details
-
EntityTypeMixin
public EntityTypeMixin()
-
-
Method Details
-
kjs$asHolder
public net.minecraft.core.Holder<net.minecraft.world.entity.EntityType<?>> kjs$asHolder()- Specified by:
kjs$asHolderin interfaceRegistryObjectKJS<net.minecraft.world.entity.EntityType<?>>
-
kjs$getKey
public net.minecraft.resources.ResourceKey<net.minecraft.world.entity.EntityType<?>> kjs$getKey()- Specified by:
kjs$getKeyin interfaceRegistryObjectKJS<net.minecraft.world.entity.EntityType<?>>
-
kjs$getId
- Specified by:
kjs$getIdin interfaceRegistryObjectKJS<net.minecraft.world.entity.EntityType<?>>
-