Uses of Record Class
me.rochblondiaux.blockbench.outliner.OutlinerImpl
Packages that use OutlinerImpl
Package
Description
-
Uses of OutlinerImpl in me.rochblondiaux.blockbench.adapters
Methods in me.rochblondiaux.blockbench.adapters that return OutlinerImplModifier and TypeMethodDescriptionOutlinerGsonAdapter.deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) -
Uses of OutlinerImpl in me.rochblondiaux.blockbench.model
Methods in me.rochblondiaux.blockbench.model that return types with arguments of type OutlinerImplModifier and TypeMethodDescriptionBlockBenchModelImpl.outliner()Returns the value of theoutlinerrecord component. -
Uses of OutlinerImpl in me.rochblondiaux.blockbench.outliner
Methods in me.rochblondiaux.blockbench.outliner that return OutlinerImplMethods in me.rochblondiaux.blockbench.outliner that return types with arguments of type OutlinerImplModifier and TypeMethodDescriptionOutlinerImpl.children()Returns the value of thechildrenrecord component.Constructor parameters in me.rochblondiaux.blockbench.outliner with type arguments of type OutlinerImplModifierConstructorDescriptionOutlinerImpl(UUID uniqueId, String name, int color, boolean export, boolean mirrorUV, @Nullable String nbt, Float[] origin, Float[] rotation, boolean visible, List<OutlinerImpl> children) Creates an instance of aOutlinerImplrecord class.