net.minecraft.world.entity

public class EntityType$Builder<T extends Entity>

bsx$a
net.minecraft.world.entity.EntityType$Builder
net.minecraft.class_1299$class_1300
net.minecraft.entity.EntityType$Builder
net.minecraft.src.C_513_$C_514_
net.minecraft.world.entity.EntityTypes$Builder

Field summary

Modifier and TypeField
private final EntityType$EntityFactory<T>
a
factory
field_6148
factory
f_20685_
private final MobCategory
b
category
field_6149
spawnGroup
f_20686_
private com.google.common.collect.ImmutableSet<Block>
c
immuneTo
field_25356
canSpawnInside
f_20687_
private boolean
d
serialize
field_6151
saveable
f_20688_
private boolean
e
summon
field_6150
summonable
f_20689_
private boolean
f
fireImmune
field_18982
fireImmune
f_20690_
private boolean
g
canSpawnFarFromPlayer
field_19424
spawnableFarFromPlayer
f_20691_
private int
h
clientTrackingRange
field_24087
maxTrackingRange
f_20692_
private int
i
updateInterval
field_24088
trackingTickInterval
f_20693_
private EntityDimensions
j
dimensions
field_18071
dimensions
f_20694_
private float
k
spawnDimensionsScale
field_50126
spawnBoxScale
f_315814_
private EntityAttachments$Builder
l
attachments
field_47755
attachments
f_314607_
private FeatureFlagSet
m
requiredFeatures
field_40117
requiredFeatures
f_244453_

Constructor summary

ModifierConstructor
private (EntityType$EntityFactory<T> factory, MobCategory spawnGroup)

Method summary

Modifier and TypeMethod
public static <T extends Entity> EntityType$Builder<T>
a(bsx$b<T> arg0, btq arg1)
of(EntityType$EntityFactory<T> arg0, MobCategory arg1)
method_5903(class_1299$class_4049<T> arg0, class_1311 arg1)
create(EntityType$EntityFactory<T> factory, SpawnGroup spawnGroup)
m_20704_(C_513_$C_515_<T> p_20705_, C_528_ p_20706_)
public static <T extends Entity> EntityType$Builder<T>
a(btq arg0)
createNothing(MobCategory arg0)
method_5902(class_1311 arg0)
create(SpawnGroup spawnGroup)
m_20710_(C_528_ p_20711_)
public EntityType$Builder<T>
a(float arg0, float arg1)
sized(float arg0, float arg1)
method_17687(float arg0, float arg1)
dimensions(float width, float height)
m_20699_(float p_20701_, float arg1)
public EntityType$Builder<T>
a(float arg0)
spawnDimensionsScale(float arg0)
method_58630(float arg0)
spawnBoxScale(float spawnBoxScale)
m_319130_(float arg0)
public EntityType$Builder<T>
b(float arg0)
eyeHeight(float arg0)
method_55687(float arg0)
eyeHeight(float eyeHeight)
m_324605_(float arg0)
public EntityType$Builder<T>
a(float... arg0)
passengerAttachments(float... arg0)
method_55689(float... arg0)
passengerAttachments(float... offsetYs)
m_320894_(float... arg0)
public EntityType$Builder<T>
a(exc... arg0)
passengerAttachments(Vec3... arg0)
method_55690(class_243... arg0)
passengerAttachments(Vec3d... passengerAttachments)
m_323042_(C_3046_... arg0)
public EntityType$Builder<T>
a(exc arg0)
vehicleAttachment(Vec3 arg0)
method_55688(class_243 arg0)
vehicleAttachment(Vec3d vehicleAttachment)
m_324853_(C_3046_ arg0)
public EntityType$Builder<T>
c(float arg0)
ridingOffset(float arg0)
method_55691(float arg0)
vehicleAttachment(float offsetY)
m_324179_(float arg0)
public EntityType$Builder<T>
d(float arg0)
nameTagOffset(float arg0)
method_55692(float arg0)
nameTagAttachment(float offsetY)
m_324747_(float arg0)
public EntityType$Builder<T>
a(bss arg0, float arg1, float arg2, float arg3)
attach(EntityAttachment arg0, float arg1, float arg2, float arg3)
method_56075(class_9064 arg0, float arg1, float arg2, float arg3)
attachment(EntityAttachmentType type, float offsetX, float offsetY, float offsetZ)
m_321509_(C_313489_ p_333115_, float p_330566_, float p_336085_, float arg3)
public EntityType$Builder<T>
a(bss arg0, exc arg1)
attach(EntityAttachment arg0, Vec3 arg1)
method_56076(class_9064 arg0, class_243 arg1)
attachment(EntityAttachmentType type, Vec3d offset)
m_319896_(C_313489_ p_328984_, C_3046_ arg1)
public EntityType$Builder<T>
a()
noSummon()
method_5901()
disableSummon()
m_20698_()
public EntityType$Builder<T>
b()
noSave()
method_5904()
disableSaving()
m_20716_()
public EntityType$Builder<T>
c()
fireImmune()
method_19947()
makeFireImmune()
m_20719_()
public EntityType$Builder<T>
a(dfy... arg0)
immuneTo(Block... arg0)
method_29497(class_2248... arg0)
allowSpawningInside(Block... blocks)
m_20714_(C_1706_... arg0)
public EntityType$Builder<T>
d()
canSpawnFarFromPlayer()
method_20815()
spawnableFarFromPlayer()
m_20720_()
public EntityType$Builder<T>
a(int arg0)
clientTrackingRange(int arg0)
method_27299(int arg0)
maxTrackingRange(int maxTrackingRange)
m_20702_(int arg0)
public EntityType$Builder<T>
b(int arg0)
updateInterval(int arg0)
method_27300(int arg0)
trackingTickInterval(int trackingTickInterval)
m_20717_(int arg0)
public EntityType$Builder<T>
a(cpj... arg0)
requiredFeatures(FeatureFlag... arg0)
method_45323(class_7696... arg0)
requires(FeatureFlag... features)
m_246346_(C_243544_... arg0)
public EntityType<T>
a(String arg0)
build(String arg0)
method_5905(String arg0)
build(String id)
m_20712_(String arg0)