Class BackpackMechanic
-
- All Implemented Interfaces:
public final class BackpackMechanic extends Mechanic
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BackpackMechanic.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integer
rows
private final String
title
private final String
openSound
private final String
closeSound
private final Float
volume
private final Float
pitch
private final Array<out Function<ItemBuilder, ItemBuilder>>
itemModifiers
private final String
itemID
private final MechanicFactory
factory
private final ConfigurationSection
section
public final static BackpackMechanic.Companion
Companion
-
Constructor Summary
Constructors Constructor Description BackpackMechanic(MechanicFactory mechanicFactory, ConfigurationSection section)
-
Method Summary
-
-
Constructor Detail
-
BackpackMechanic
BackpackMechanic(MechanicFactory mechanicFactory, ConfigurationSection section)
-
-
-
-