Class MinecraftAuthlibBridge.MinecraftTexturesProperty
java.lang.Object
pro.gravit.launcher.client.utils.MinecraftAuthlibBridge.MinecraftTexturesProperty
- Enclosing class:
MinecraftAuthlibBridge
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanlong -
Constructor Summary
ConstructorsConstructorDescriptionMinecraftTexturesProperty(long timestamp, String profileId, String profileName, boolean isPublic, Map<String, MinecraftAuthlibBridge.GenericTexture> textures) -
Method Summary
-
Field Details
-
timestamp
public long timestamp -
profileId
-
profileName
-
isPublic
public boolean isPublic -
textures
-
-
Constructor Details
-
MinecraftTexturesProperty
public MinecraftTexturesProperty() -
MinecraftTexturesProperty
public MinecraftTexturesProperty(long timestamp, String profileId, String profileName, boolean isPublic, Map<String, MinecraftAuthlibBridge.GenericTexture> textures)
-