mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 11:36:43 +01:00
Annotation
This commit is contained in:
parent
83d81b0a25
commit
1e4f97ed18
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ public class Disguise implements NbtSerialisable {
|
|||
getAttachments().forEach(e -> getCollissionShapes(e, context, output));
|
||||
}
|
||||
|
||||
private static void getCollissionShapes(Entity entity, ShapeContext context, Consumer<VoxelShape> output) {
|
||||
private static void getCollissionShapes(@Nullable Entity entity, ShapeContext context, Consumer<VoxelShape> output) {
|
||||
if (entity == null) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue