EntityTypes

Entity types added by AVM Staffs mod.

Types

Link copied to clipboard

Entity type tags added by AVM Staffs mod.

Properties

Link copied to clipboard

Cake entity type.

Link copied to clipboard

Technical campfire flame entity type.

Link copied to clipboard

Impact TNT entity type.

Inherited properties

Link copied to clipboard
protected val modId: String
Link copied to clipboard
Link copied to clipboard

Creates a RegistryKey from the registry and namespace specified in the constructor and a given path. The path is derived from the property name (converted to camel_case).

Link copied to clipboard

Creates a TagKey from the registry and namespace specified in the constructor and a given path. The path is derived from the property name (converted to camel_case).

Inherited functions

Link copied to clipboard

Gets the registry entry of the given registry key from the given registry manager or null, if it's not found.

Link copied to clipboard
fun id(path: String): Identifier

Creates an Identifier from the namespace specified in the constructor and a given path.

Link copied to clipboard
protected fun <T : EntityType<*>> register(path: String, factory: Supplier<T>): RegistrySupplier<T>
protected inline fun <T : EntityType<*>> register(path: String, crossinline factory: (RegistryKey<EntityType<*>>) -> T): RegistrySupplier<T>

Adds a content to be registered in a Minecraft registry using Architectury API.

Link copied to clipboard
protected inline fun <T : EntityType<*>> registering(crossinline factory: (RegistryKey<EntityType<*>>) -> T): PropertyDelegateProvider<Registrar<EntityType<*>>, Lazy<T>>

Adds a content to be registered in a Minecraft registry using Architectury API. The path is derived from the property name (converted to camel_case).

protected inline fun <T : EntityType<*>> registering(path: String, crossinline factory: (RegistryKey<EntityType<*>>) -> T): Lazy<T>

Adds a content to be registered in a Minecraft registry using Architectury API.

Link copied to clipboard

Creates a RegistryKey from the registry and namespace specified in the constructor and a given path.

Link copied to clipboard
fun tagKey(path: String): TagKey<EntityType<*>>

Creates a TagKey from the registry and namespace specified in the constructor and a given path.