Annotation

This commit is contained in:
Sollace 2020-10-10 19:20:22 +02:00
parent 83d81b0a25
commit 1e4f97ed18

View file

@ -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;
}