mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 19:46:42 +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));
|
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) {
|
if (entity == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue