Uses of Record Class
me.rochblondiaux.blockbench.model.metadata.MetadataImpl
Packages that use MetadataImpl
-
Uses of MetadataImpl in me.rochblondiaux.blockbench.model
Methods in me.rochblondiaux.blockbench.model that return MetadataImplModifier and TypeMethodDescriptionBlockBenchModelImpl.metadata()Returns the value of themetadatarecord component.Constructors in me.rochblondiaux.blockbench.model with parameters of type MetadataImplModifierConstructorDescriptionBlockBenchModelImpl(String name, String identifier, @Nullable String parent, @Nullable String credit, String modelIdentifier, MetadataImpl metadata, boolean ambientOcclusion, boolean frontGuiLight, float[] visibleBox, String variablePlaceholders, List<String> variablePlaceholderButtons, Resolution resolution, List<BlockBenchElementImpl> elements, List<BlockBenchTextureImpl> textures, Map<String, team.unnamed.creative.model.ItemTransform> display, List<OutlinerImpl> outliner, List<BlockbenchAnimationImpl> animations) Creates an instance of aBlockBenchModelImplrecord class.