net.minecraft.world.entity

public class EntityType$Builder<T extends Entity>

bvr$a
net.minecraft.world.entity.EntityType$Builder
net.minecraft.class_1299$class_1300
net.minecraft.entity.EntityType$Builder
net.minecraft.world.entity.EntityTypes$Builder

Field summary

Modifier and TypeField
private final EntityType$EntityFactory<T>
a
factory
field_6148
factory
private final MobCategory
b
category
field_6149
spawnGroup
private com.google.common.collect.ImmutableSet<Block>
c
immuneTo
field_25356
canSpawnInside
private boolean
d
serialize
field_6151
saveable
private boolean
e
summon
field_6150
summonable
private boolean
f
fireImmune
field_18982
fireImmune
private boolean
g
canSpawnFarFromPlayer
field_19424
spawnableFarFromPlayer
private int
h
clientTrackingRange
field_24087
maxTrackingRange
private int
i
updateInterval
field_24088
trackingTickInterval
private EntityDimensions
j
dimensions
field_18071
dimensions
private float
k
spawnDimensionsScale
field_50126
spawnBoxScale
private EntityAttachments$Builder
l
attachments
field_47755
attachments
private FeatureFlagSet
m
requiredFeatures
field_40117
requiredFeatures
private DependantName<EntityType<?>, Optional<ResourceKey<LootTable>>>
n
lootTable
field_53972
lootTable
private DependantName<EntityType<?>, String>
o
descriptionId
field_53973
translationKey

Constructor summary

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

Method summary

Modifier and TypeMethod
public static <T extends Entity> EntityType$Builder<T>
a(bvr$b<T> arg0, bwj 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)
public static <T extends Entity> EntityType$Builder<T>
a(bwj arg0)
createNothing(MobCategory arg0)
method_5902(class_1311 arg0)
create(SpawnGroup spawnGroup)
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)
public EntityType$Builder<T>
a(float arg0)
spawnDimensionsScale(float arg0)
method_58630(float arg0)
spawnBoxScale(float spawnBoxScale)
public EntityType$Builder<T>
b(float arg0)
eyeHeight(float arg0)
method_55687(float arg0)
eyeHeight(float eyeHeight)
public EntityType$Builder<T>
a(float... arg0)
passengerAttachments(float... arg0)
method_55689(float... arg0)
passengerAttachments(float... offsetYs)
public EntityType$Builder<T>
a(fby... arg0)
passengerAttachments(Vec3... arg0)
method_55690(class_243... arg0)
passengerAttachments(Vec3d... passengerAttachments)
public EntityType$Builder<T>
a(fby arg0)
vehicleAttachment(Vec3 arg0)
method_55688(class_243 arg0)
vehicleAttachment(Vec3d vehicleAttachment)
public EntityType$Builder<T>
c(float arg0)
ridingOffset(float arg0)
method_55691(float arg0)
vehicleAttachment(float offsetY)
public EntityType$Builder<T>
d(float arg0)
nameTagOffset(float arg0)
method_55692(float arg0)
nameTagAttachment(float offsetY)
public EntityType$Builder<T>
a(bvl 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)
public EntityType$Builder<T>
a(bvl arg0, fby arg1)
attach(EntityAttachment arg0, Vec3 arg1)
method_56076(class_9064 arg0, class_243 arg1)
attachment(EntityAttachmentType type, Vec3d offset)
public EntityType$Builder<T>
a()
noSummon()
method_5901()
disableSummon()
public EntityType$Builder<T>
b()
noSave()
method_5904()
disableSaving()
public EntityType$Builder<T>
c()
fireImmune()
method_19947()
makeFireImmune()
public EntityType$Builder<T>
a(dkm... arg0)
immuneTo(Block... arg0)
method_29497(class_2248... arg0)
allowSpawningInside(Block... blocks)
public EntityType$Builder<T>
d()
canSpawnFarFromPlayer()
method_20815()
spawnableFarFromPlayer()
public EntityType$Builder<T>
a(int arg0)
clientTrackingRange(int arg0)
method_27299(int arg0)
maxTrackingRange(int maxTrackingRange)
public EntityType$Builder<T>
b(int arg0)
updateInterval(int arg0)
method_27300(int arg0)
trackingTickInterval(int trackingTickInterval)
public EntityType$Builder<T>
a(csr... arg0)
requiredFeatures(FeatureFlag... arg0)
method_45323(class_7696... arg0)
requires(FeatureFlag... features)
public EntityType$Builder<T>
e()
noLootTable()
method_63006()
dropsNothing()
public EntityType<T>
a(aly<bvr<?>> arg0)
build(ResourceKey<EntityType<?>> arg0)
method_5905(class_5321<class_1299<?>> arg0)
build(RegistryKey<EntityType<?>> registryKey)