Uses of Class
net.minecraft.world.item.component.Consumable.Builder
Packages that use Consumable.Builder
-
Uses of Consumable.Builder in net.minecraft.world.item.component
Methods in net.minecraft.world.item.component that return Consumable.BuilderModifier and TypeMethodDescriptionConsumable.Builder.animation
(ItemUseAnimation pAnimation) static Consumable.Builder
Consumable.builder()
Consumable.Builder.consumeSeconds
(float pConsumeSounds) static Consumable.Builder
Consumables.defaultDrink()
static Consumable.Builder
Consumables.defaultFood()
Consumable.Builder.hasConsumeParticles
(boolean pHasConsumeParticles) Consumable.Builder.onConsume
(ConsumeEffect pEffect) Consumable.Builder.sound
(Holder<SoundEvent> pSound) Consumable.Builder.soundAfterConsume
(Holder<SoundEvent> pConsumptionSound)