Class UVLayout
java.lang.Object
com.wildfire.api.uvs.UVLayout
- Direct Known Subclasses:
UVLayout.Immutable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()boolean@Nullable UVQuadget(UVDirection dir) @UnmodifiableView Map<UVDirection, @Nullable UVQuad> getQuads()booleanhas(UVDirection dir) inthashCode()voidput(UVDirection dir, UVQuad quad)
-
Field Details
-
CODEC
-
MUTABLE_CONFIG_CODEC
-
STREAM_CODEC
public static final net.minecraft.network.codec.StreamCodec<io.netty.buffer.ByteBuf, UVLayout> STREAM_CODEC
-
-
Constructor Details
-
UVLayout
-
UVLayout
public UVLayout()
-
-
Method Details
-
put
-
get
-
has
-
getQuads
-
getAllSides
-
copy
-
equals
-
hashCode
-