Uses of Enum Class
dev.zwazel.internal.game.misc.Side
Packages that use Side
Package
Description
-
Uses of Side in dev.zwazel.internal.game.misc
Subclasses with type arguments of type Side in dev.zwazel.internal.game.miscMethods in dev.zwazel.internal.game.misc that return Side -
Uses of Side in dev.zwazel.internal.game.tank
Methods in dev.zwazel.internal.game.tank that return types with arguments of type SideModifier and TypeMethodDescriptionTankConfig.armor()
Returns the value of thearmor
record component.Constructor parameters in dev.zwazel.internal.game.tank with type arguments of type SideModifierConstructorDescriptionTankConfig
(float moveSpeed, float bodyRotationSpeed, float turretYawRotationSpeed, float turretPitchRotationSpeed, float turretMaxPitch, float turretMinPitch, float maxSlope, Vec3 size, Long shootCooldown, float projectileDamage, float projectileSpeed, long projectileLifetime, Vec3 projectileSize, float maxHealth, HashMap<Side, Float> armor, long respawnTimer, float projectileGravity) Creates an instance of aTankConfig
record class. -
Uses of Side in dev.zwazel.internal.message.data.tank
Methods in dev.zwazel.internal.message.data.tank that return SideModifier and TypeMethodDescriptionGotHit.hitSide()
Returns the value of thehitSide
record component.Hit.hitSide()
Returns the value of thehitSide
record component.Constructors in dev.zwazel.internal.message.data.tank with parameters of type Side