Package com.hypixel.hytale.protocol
Class ProjectileConfig
java.lang.Object
com.hypixel.hytale.protocol.ProjectileConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intdoubleintstatic final intstatic final intintstatic final intstatic final int -
Constructor Summary
ConstructorsConstructorDescriptionProjectileConfig(PhysicsConfig physicsConfig, Model model, double launchForce, Vector3f spawnOffset, Direction rotationOffset, Map<InteractionType, Integer> interactions, int launchLocalSoundEventIndex, int projectileSoundEventIndex) ProjectileConfig(ProjectileConfig other) -
Method Summary
Modifier and TypeMethodDescriptionclone()static intcomputeBytesConsumed(io.netty.buffer.ByteBuf buf, int offset) intstatic ProjectileConfigdeserialize(io.netty.buffer.ByteBuf buf, int offset) booleaninthashCode()voidserialize(io.netty.buffer.ByteBuf buf) static ValidationResultvalidateStructure(io.netty.buffer.ByteBuf buffer, int offset)
-
Field Details
-
NULLABLE_BIT_FIELD_SIZE
public static final int NULLABLE_BIT_FIELD_SIZE- See Also:
-
FIXED_BLOCK_SIZE
public static final int FIXED_BLOCK_SIZE- See Also:
-
VARIABLE_FIELD_COUNT
public static final int VARIABLE_FIELD_COUNT- See Also:
-
VARIABLE_BLOCK_START
public static final int VARIABLE_BLOCK_START- See Also:
-
MAX_SIZE
public static final int MAX_SIZE- See Also:
-
physicsConfig
-
model
-
launchForce
public double launchForce -
spawnOffset
-
rotationOffset
-
interactions
-
launchLocalSoundEventIndex
public int launchLocalSoundEventIndex -
projectileSoundEventIndex
public int projectileSoundEventIndex
-
-
Constructor Details
-
ProjectileConfig
public ProjectileConfig() -
ProjectileConfig
public ProjectileConfig(@Nullable PhysicsConfig physicsConfig, @Nullable Model model, double launchForce, @Nullable Vector3f spawnOffset, @Nullable Direction rotationOffset, @Nullable Map<InteractionType, Integer> interactions, int launchLocalSoundEventIndex, int projectileSoundEventIndex) -
ProjectileConfig
-
-
Method Details
-
deserialize
@Nonnull public static ProjectileConfig deserialize(@Nonnull io.netty.buffer.ByteBuf buf, int offset) -
computeBytesConsumed
public static int computeBytesConsumed(@Nonnull io.netty.buffer.ByteBuf buf, int offset) -
serialize
public void serialize(@Nonnull io.netty.buffer.ByteBuf buf) -
computeSize
public int computeSize() -
validateStructure
public static ValidationResult validateStructure(@Nonnull io.netty.buffer.ByteBuf buffer, int offset) -
clone
-
equals
-
hashCode
public int hashCode()
-