ViaVersion/api/src/main/java/com/viaversion/viaversion/api/type/types
Nassim Jahnke e356a35aa7 Improve Gradle scripts
Don't create runnable platform jars anymore, since all they really do is increase build time. Also fix texts and Gradle deprecations. Also also publish common with its shadowed configuration, not the plain java components.
2023-11-06 14:31:44 +10:00
..
block Move and rename chunk types 2023-10-19 21:03:00 +10:00
chunk Implement size var int in all chunk types correctly (#3495) 2023-10-24 10:03:32 +10:00
item Fix 1.13->1.13.1 recipes, rename ITEM1_8_ARRAY 2023-10-21 13:22:25 +10:00
math Reuse old chunk type instances, more type cleanup 2023-10-20 12:30:03 +10:00
metadata Cleanup and renames around types 2023-10-19 09:28:21 +10:00
misc Clean up Particle 2023-10-21 13:00:39 +10:00
version Move and rename chunk types 2023-10-19 21:03:00 +10:00
ArrayType.java Greatly reduce the number of (anonymous) inner classes 2023-02-12 11:46:48 +01:00
BitSetType.java Greatly reduce the number of (anonymous) inner classes 2023-02-12 11:46:48 +01:00
BooleanType.java Update copyright headers 2023-01-12 12:45:53 +01:00
ByteArrayType.java Update copyright headers 2023-01-12 12:45:53 +01:00
ByteType.java Update copyright headers 2023-01-12 12:45:53 +01:00
ComponentType.java Update copyright headers 2023-01-12 12:45:53 +01:00
DoubleType.java Update copyright headers 2023-01-12 12:45:53 +01:00
FixedByteArrayType.java Rneame CustomByteType -> FixedByteArrayType 2023-10-20 17:22:00 +10:00
FloatType.java Update copyright headers 2023-01-12 12:45:53 +01:00
IntType.java Update copyright headers 2023-01-12 12:45:53 +01:00
LongArrayType.java Update copyright headers 2023-01-12 12:45:53 +01:00
LongType.java Update copyright headers 2023-01-12 12:45:53 +01:00
OptionalVarIntType.java Cleanup and renames around types 2023-10-19 09:28:21 +10:00
RemainingBytesType.java Update copyright headers 2023-01-12 12:45:53 +01:00
ShortByteArrayType.java Update copyright headers 2023-01-12 12:45:53 +01:00
ShortType.java Update copyright headers 2023-01-12 12:45:53 +01:00
StringType.java Improve Gradle scripts 2023-11-06 14:31:44 +10:00
UUIDIntArrayType.java Greatly reduce the number of (anonymous) inner classes 2023-02-12 11:46:48 +01:00
UUIDType.java Greatly reduce the number of (anonymous) inner classes 2023-02-12 11:46:48 +01:00
UnsignedByteType.java Update copyright headers 2023-01-12 12:45:53 +01:00
UnsignedShortType.java Update copyright headers 2023-01-12 12:45:53 +01:00
VarIntArrayType.java Update copyright headers 2023-01-12 12:45:53 +01:00
VarIntType.java Update copyright headers 2023-01-12 12:45:53 +01:00
VarLongType.java Update copyright headers 2023-01-12 12:45:53 +01:00
VoidType.java Cleanup and renames around types 2023-10-19 09:28:21 +10:00