mirror of
https://github.com/GeyserExtensionists/GeyserUtils.git
synced 2026-01-06 15:51:47 +00:00
custom entity
This commit is contained in:
@@ -9,8 +9,12 @@ import lombok.Setter;
|
||||
@NoArgsConstructor
|
||||
@Getter
|
||||
@Setter
|
||||
public class CustomHitBoxPacket extends CustomPayloadPacket {
|
||||
public class CustomEntityDataPacket extends CustomPayloadPacket {
|
||||
private int entityId;
|
||||
private float height;
|
||||
private float width;
|
||||
|
||||
private Float height;
|
||||
private Float width;
|
||||
|
||||
private Float scale;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user