Package dev.latvian.mods.kubejs.core
Interface EntityTypeKJS
- All Superinterfaces:
RegistryObjectKJS<net.minecraft.world.entity.EntityType<?>>,dev.latvian.mods.rhino.util.SpecialEquality
- All Known Implementing Classes:
EntityTypeMixin
-
Method Summary
Modifier and TypeMethodDescriptiondefault net.minecraft.core.Registry<net.minecraft.world.entity.EntityType<?>> default net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<net.minecraft.world.entity.EntityType<?>>> Methods inherited from interface dev.latvian.mods.kubejs.core.RegistryObjectKJS
kjs$asHolder, kjs$getId, kjs$getIdLocation, kjs$getKey, kjs$getMod, kjs$getTagKeys, kjs$getTags, kjs$hasTag, specialEquals
-
Method Details
-
kjs$getRegistryId
default net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<net.minecraft.world.entity.EntityType<?>>> kjs$getRegistryId()- Specified by:
kjs$getRegistryIdin interfaceRegistryObjectKJS<net.minecraft.world.entity.EntityType<?>>
-
kjs$getRegistry
default net.minecraft.core.Registry<net.minecraft.world.entity.EntityType<?>> kjs$getRegistry()- Specified by:
kjs$getRegistryin interfaceRegistryObjectKJS<net.minecraft.world.entity.EntityType<?>>
-