Class SulfurCubeArchetype.Builder
java.lang.Object
net.minestom.server.entity.metadata.cube.SulfurCubeArchetype.Builder
- Enclosing interface:
SulfurCubeArchetype
-
Method Summary
Modifier and TypeMethodDescriptionattributeModifiers(List<SulfurCubeArchetype.AttributeEntry> attributeModifiers) build()buoyant(boolean buoyant) contactDamage(SulfurCubeArchetype.ContactDamage contactDamage) explosion(SulfurCubeArchetype.Explosion explosion) items(RegistryTag<Material> items) knockbackModifiers(SulfurCubeArchetype.KnockbackModifiers knockbackModifiers) soundSettings(SulfurCubeArchetype.SoundSettings soundSettings)
-
Method Details
-
items
-
attributeModifiers
public SulfurCubeArchetype.Builder attributeModifiers(List<SulfurCubeArchetype.AttributeEntry> attributeModifiers) -
buoyant
-
explosion
-
contactDamage
-
knockbackModifiers
public SulfurCubeArchetype.Builder knockbackModifiers(SulfurCubeArchetype.KnockbackModifiers knockbackModifiers) -
soundSettings
-
build
-