Uses of Record Class
me.rochblondiaux.blockbench.element.Resolution
Packages that use Resolution
-
Uses of Resolution in me.rochblondiaux.blockbench.model
Methods in me.rochblondiaux.blockbench.model that return ResolutionModifier and TypeMethodDescriptionBlockBenchModel.resolution()BlockBenchModelImpl.resolution()Returns the value of theresolutionrecord component.Constructors in me.rochblondiaux.blockbench.model with parameters of type ResolutionModifierConstructorDescriptionBlockBenchModelImpl(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.