Class EntityProperties.Builder
java.lang.Object
com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- Enclosing class:
EntityProperties
A builder for the
EntityProperties record.-
Method Summary
Modifier and TypeMethodDescriptionadult()build()child()child(boolean child) dimensions(float width, float height) dimensions(net.minecraft.world.entity.EntityDimensions dimensions) eyeHeight(float eyeHeight) health(float health) icon(ResourceWithFallback icon) immovable(boolean immovable) invulnerable(boolean invulnerable) moveable()nameplate(boolean nameplate) pushable()pushable(boolean pushable) title(net.minecraft.network.chat.Component title)
-
Method Details
-
child
-
child
-
adult
-
invulnerable
-
invulnerable
-
vulnerable
-
immovable
-
nameplate
-
nameplate
-
noNameplate
-
immovable
-
moveable
-
health
-
eyeHeight
-
dimensions
-
dimensions
-
icon
-
notPushable
-
pushable
-
pushable
-
title
-
build
-